046222
@@ -321,7 +321,7 @@
public class LoadIncrementalHFiles extends Configured implements Tool {
       RegionLocator regionLocator) throws TableNotFoundException, IOException  {
 
     if (!admin.isTableAvailable(regionLocator.getName())) {
-      throw new TableNotFoundException("Table " + table.getName() + "is not currently available.");
+      throw new TableNotFoundException("Table " + table.getName() + " is not currently available.");
     }
 
     ExecutorService pool = createExecutorService();
